Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1SelectDataCollection<S,T> Class / CanReplace Method / CanReplace(Int32,S) Method

In This Topic
    CanReplace(Int32,S) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Function CanReplace( _
       ByVal index As Integer, _
       ByVal item As S _
    ) As Boolean
    public virtual bool CanReplace( 
       int index,
       S item
    )

    Parameters

    index
    item
    See Also